IDataDistributionCalculator<TX,TY> Interface Properties
For a list of all members of this type, see IDataDistributionCalculator<TX,TY> members.
Public Properties
| Name | Description | |
|---|---|---|
![]() | DataContainsBoundaryValues | Gets whether the Y data contains special numeric values, e.g. double.MaxValue or double.NegativeInfinity (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | DataContainsNaN | Gets whether the Y data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | DataIsEvenlySpaced | Gets whether the X data is evenly spaced (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | DataIsSortedAscending | Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | MinXSpacing | Gets the minimal spacing between X Values |
See Also
